home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / QuakeTools / CHANGES next >
Text File  |  1998-06-11  |  2KB  |  63 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.     Version 0.0:
  7.  
  8.      most of the code works, means:
  9.       graphic-conversions (Load/SaveImage)
  10.       bsp-building (qbsp)
  11.       vis-calculation (vis)
  12.       map-conversion (Load/SaveMAPFile/LoadBSPFile)
  13.       wads (Add/ExtractWAD2)
  14.       paks (Add/ExtractPAK)
  15.       mipmaps
  16.       quakec (qcc/unqcc)
  17.      problems exists with:
  18.       light-calculation (untested, maybe it works)
  19.       tddd-save (Imagine can't load it, but every other program I have)
  20.       tddd-load (last version was okay, new version untested)
  21.      exists only in scrabboard
  22.       rad (radiosity from quakeII converted to quakeI)
  23.       transparency (generation of transparency-tables, for what ever ...)
  24.  
  25.     02.06.98
  26.      +added: preprocessor-option for qcc            misc.c, qcc.c, qtools.c
  27.      -fixed: mem overwritten in WriteMipTex            bsp/writebsp.c
  28.      -fixed: missed alignment for wads and bsps        script.c
  29.      -fixed: wrong outputname while using "-d"        script.c
  30.      -fixed: wrong offsets in scaling            graphics.c
  31.      *miscs: Swaps now static instead of extern        endian.h
  32.      ?quest: qbsp frags the system if its runs out
  33.              of memory
  34.  
  35.     03.06.98
  36.      +added: multiple wads and directories for bsp        bsp/writebsp.c
  37.      +added: function to tell you the real size of a
  38.              tmalloced memarea                misc.c
  39.      +added: rudimental beginning of documentation        docs/man
  40.      +added: reinvolve rad (untested)            rad.c, rad.h
  41.      -fixed: floatforkey returns a value, even if empty    map.c
  42.      -fixed: default lightlevel for nonlights was 300    map.c
  43.      -fixed: writeentitiestostring trashed memory        map.c
  44.      -fixed: overwritten commandline-parameter        utils/light.c, utils/vis.c
  45.      *miscs: experimental escape-sequence in progress-bar    misc.c
  46.      *miscs: changed testline to testline_r            light.c
  47.      *miscs: experiments with exdawn to join this lib
  48.      *miscs: beginning of system-depended sources
  49.      ?quest: light needs at least 40k of stack, enable
  50.              -mstack-extend
  51.      ?quest: test the less used commands of qbsp (eg.
  52.              hullnum ...)
  53.      ?quest: uhh, f*ck, there are MANY Big*-functions
  54.              missed in TDDD.c
  55.  
  56.     10.06.98
  57.      +added: first allover working displaycode        display/*
  58.              with transparency
  59.  
  60.     11.06.98
  61.      +added     finished system-depended parts
  62.      *miscs     new version 0.1 released
  63.